meson: Fix error when epoxy is a subproject on Windows
authorXavier Claessens <xavier.claessens@collabora.com>
Wed, 14 Oct 2020 21:26:23 +0000 (17:26 -0400)
committerXavier Claessens <xavier.claessens@collabora.com>
Thu, 15 Oct 2020 12:01:16 +0000 (08:01 -0400)
commitfe89fd23172aa0b65e64fefc1104ba3581f63ef8
tree6e85e1fba1f2d323053115df0303b356a003860e
parent57ebc351a9029e4a9007a0580cf10b686bd11364
meson: Fix error when epoxy is a subproject on Windows

epoxy_dep cannot be used in a configure time check when it comes from a
subproject. Use variables set in pc file instead.

This requires https://github.com/anholt/libepoxy/pull/231.
meson.build